Priority exploration and a trace timeline - #21
Merged
Merged
Conversation
The 300-seed chaos campaign now costs 5.3-6.3 s rather than the 5.0-5.2 s published for 0.1.0: recording a trace event per delivery, not just per send, is what lets a timeline draw both ends of a crossing, and a scenario this network-heavy pays for the extra events. Nine runs on the M4 Air after a warmup, median 5.8 s.
Both spellings of --simloop-timeline reach the guard as one string, so the error fired on --simloop-timeline=tests while telling the user to write exactly that. Name the two ways out instead, and pin the = form. The crash sweep records lost for held packets where the crashed host is either end, so a crashed sender's packets land in the destination's lane; say so where the arrival fates are listed and in the verb table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two additions on one substrate: schedules can now be explored by priority with a stated per-run guarantee, and any run's trace can be drawn as a timeline you can open in a browser.
Suite green (455 tests + slow markers); strict mypy clean; no new runtime dependencies.